Add PLUGIN_INSTALL_LOG.md to document attempted last30days plugin install#15
Open
fowler128 wants to merge 1 commit into
Open
Add PLUGIN_INSTALL_LOG.md to document attempted last30days plugin install#15fowler128 wants to merge 1 commit into
fowler128 wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
avanhorn/last30days-skillplugin when the runtime lacks the plugin CLI and cannot reach GitHub so the operation can be retried manually in a compatible environment.Description
PLUGIN_INSTALL_LOG.mdthat lists the requested commands, summarizes the failures (missing/pluginshell executable and GitHub access blocked withCONNECT tunnel failed, response 403), and provides the manual follow-upbashcommands to run in a suitable environment.Testing
python3 /opt/codex/skills/.system/skill-installer/scripts/install-skill-from-github.py --help(succeeded); attempted/plugin marketplace add avanhorn/last30days-skill(failed:/bin/bash: /plugin: No such file or directory); attemptedgit clone https://github.com/avanhorn/last30days-skill(failed:CONNECT tunnel failed, response 403); and validated the new file withgit status --shortandnl -ba PLUGIN_INSTALL_LOG.md(succeeded).Codex Task